Delay render till explicit refresh

Description

If enabled, delays rendering the List control until the List is explicitly refreshed, either using JavaScript or some action that triggers the List to update.

Discussion

The Delay render till explicit refresh property, when enabled, waits to render the List layout until there is an explicit call to the List's refresh method (using a JavaScript method like {dialog.object}.refreshListData() or Action Javascript such as the Refresh Data List Control Action). This allows you to delay rendering Lists that should only be shown after meeting some other requirement or performing an action.

See Also